home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / packet / terminal / dp410 / reject.box < prev    next >
Encoding:
Text File  |  1995-10-20  |  2.1 KB  |  61 lines

  1. # File for rejecting messages
  2. #
  3. # Type, from, @BBS, to, BID, maximum_size(kB)
  4. #
  5. # * can be used as wildcard
  6. # ~ is a negation of the expression
  7. #
  8. # R = REJECT H = HOLD L = HOLD only when locally entered
  9. # P = HOLD when locally entered without password
  10. #
  11.  
  12. # alle lokal eingegebenen Bulletins von Benutzern ohne
  13. # Passwort anhalten:
  14. P B *       *          *        *        0
  15.  
  16. # "Badnames" - abgewehrte Rubriknamen:
  17. R B *       *          BILDER   *        0  
  18. R * *       *          IMAGE*   *        0
  19. R * *       *          BUY      *        0
  20. R * *       *          FOOD     *        0
  21. R * *       *          GAME     *        0
  22. R * *       *          GIF      *        0
  23. R * *       *          JOKES    *        0
  24. R * *       *          MIDI     *        0
  25. R * *       *          MUSIC    *        0
  26. R * *       *          MUSIK    *        0
  27. R * *       *          MOD      *        0
  28. R * *       *          PICT*    *        0
  29. R * *       *          RECIPE   *        0
  30. R * *       *          SALE     *        0
  31. R * *       *          SALES    *        0
  32. R * *       *          SELL     *        0
  33. R * *       *          TRIVIA   *        0
  34. R * *       *          VENDE    *        0
  35. R * *       *          VENTE    *        0
  36. R * *       *          VENTES   *        0
  37. R * *       *          4SALE    *        0
  38.  
  39. # unsinnige Msgtyp/@mbx-Kombinationen:
  40. # (Achtung, wichtig! sonst wuerde SP KILL@WW nicht aufgehalten)
  41. # (Da DieBox aus dem SP wieder ein SB machen wuerde, waere das)
  42. # (dann auch ueberall zu lesen!                               )
  43. R P *       WW         ~SYSOP   *        0
  44. R P *       EU         ~SYSOP   *        0
  45. R P *       DL         ~SYSOP   *        0
  46. R P *       BB         ~SYSOP   *        0
  47. R P *       AMSAT      ~SYSOP   *        0
  48.  
  49. # unsinnige Rubrik/@mbx-Kombinationen:
  50. R B *       WW         MEINUN*  *        0
  51.  
  52. # abgewehrte BIDs:
  53. R B *       *          *        *_EA3FHW 0
  54.  
  55.  
  56. # Max size file accepted
  57. R B *       EU         *        *        15
  58. R B *       WW         *        *        15
  59. R B *       AMSAT      *        *        15
  60.  
  61.